# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
dist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Django specific
*.log
*.log.*
*.pot
db.sqlite3
*.sqlite3
db.sqlite3-journal
local_settings.py
staticfiles/
media/

# Django migrations (comment out if you want to include them)
# */migrations/*.py
# */migrations/*.pyc

# Django secret key and settings
.env
.env.*
!.env.example
!.env.template

# Celery
celerybeat-schedule
celerybeat.pid
celery-worker.pid

# Redis dumps
dump.rdb
*.rdb

# Database dumps and backups
*.sql
*.sql.zip
*.dump
*.backup

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.ruff_cache/

# Translations
*.mo

# Flask stuff (if mixed project)
instance/
.webassets-cache

# Scrapy stuff
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# UV (modern Python package manager)
.uv_cache/

# pipenv
Pipfile.lock

# Poetry
poetry.lock

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.virtualenv

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pyright
pyrightconfig.json

# Bandit security linter
.bandit

# Ruff
.ruff_cache/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~
.vim/
.emacs.d/
*.sublime-project
*.sublime-workspace

# JetBrains specific
*.iml
*.ipr
*.iws
.idea/

# Visual Studio Code
.vscode/
*.code-workspace

# Sublime Text
*.sublime-project
*.sublime-workspace

# Atom
.atom/

# Vim
*.swp
*.swo
*~
.netrwhist

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Windows
*.lnk

# Linux
*~

# Docker
.dockerignore

# Local data
data/

# Cloud deployment
.vercel
.netlify
.firebase/
.gcloudignore

# Terraform
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl

# AWS
.aws/

# Google Cloud
.gcloud/

# Azure
.azure/

# Monitoring and APM
newrelic.ini
.sentry-dsn

# Temporary files
*.tmp
*.temp
*.bak
*.backup
*.orig

# Node.js (if using npm for frontend assets)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity

# Local development
.local/
.cache/

# Security
*.pem
*.key
*.crt
*.csr
*.p12
*.pfx
secrets.json

# Performance profiling
*.prof
*.profile
