# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.python-version
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage/
htmlcov/

# Build and distribution artifacts
dist/
build/
*.egg
*.egg-info/
*.so
.libs/
.pyx
uv.lock

# Virtual environments
venv/
env/
ENV/
.venv/
test-run/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*.tmp

# Logs
*.log

# Environment files
.env
.env.local
*.env.*
!.env.example
!vaidcord/.env.example

# OS generated files
.DS_Store
Thumbs.db
.*/
!.github/
!.gitlab/
!.gitignore
!.dockerignore