# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

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

# Configuration
.env
.python-version

# Logs
logs/
*.log
src/logs/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# IDEs
.vscode/
.idea/
.trae/

# Docker
.docker/