kaauh_ats/.gitignore
2025-10-07 13:44:00 +03:00

60 lines
607 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyd
*.pyo
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Django stuff:
*.log
*.pot
*.sqlite3
local_settings.py
db.sqlite3
# Virtual environment
venv/
env/
# IDE files
.idea/
.vscode/
*.swp
*.bak
*.swo
# OS generated files
.DS_Store
Thumbs.db
# Testing
.tox/
.coverage
.pytest_cache/
htmlcov/
# Media and Static files (if served locally and not meant for version control)
media/
static/
# Deployment files
*.tar.gz
*.zip
db.sqlite3