p2pwiki-ai/.gitignore

33 lines
373 B
Plaintext

# Virtual environment
.venv/
venv/
env/
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Data files (too large for git)
data/
xmldump/
xmldump-2014.tar.gz
articles/
articles.tar.gz
# Content lives in p2pfoundation-wiki repo (mounted via CONTENT_REPO_PATH)
blog_static/
blog_sample/
wikifr_static/
pagenames.txt
# Environment
.env
# IDE
.idea/
.vscode/
*.swp