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

# Virtual environment
.venv/

# Django specific
*.log
*.pot
*.pyc
db.sqlite3
media/
staticfiles/
*.sqlite3

# Python packaging
*.egg-info/
dist/
build/
*.egg
*.egg-info/
.eggs/
*.manifest
*.spec

# Editor/IDE files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# MacOS specific
.DS_Store

# Windows specific
Thumbs.db

# Pytest cache and test artifacts
.pytest_cache/
.coverage
*.cover
*.coverage.*
.cache
nosetests.xml
coverage.xml
*.coveragerc

# MyPy type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
pylint-report.txt

# GitHub Actions temporary files
.github/workflows/*.lock
