# Python cache and artifacts
__pycache__/
*.py[cod]
*$py.class

# Distribution folders
build/
dist/
*.egg-info
pip-wheel-metadata/

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

# Testing and lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.cache/

# IDE and editor files
.idea/
.vscode/
.history/

# Custom/third-party caches
.specstory/

# Logs and reports
*.log
reports/

# Miscellaneous
tmp/
.cursorindexingignore
