# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
dist/
*.egg-info/
*.egg

# Aquilia
artifacts/
*.surp

# Environment & secrets
.env
.env.*
!.env.example

# Testing & coverage
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Linting & type-checking
.ruff_cache/
.mypy_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Logs
*.log