# Git
.git
.gitignore

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environment
.venv/
venv/
ENV/
env/

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

# System files
.DS_Store
Thumbs.db

# Log files
*.log
server.log

# Temporary files
temp/
tmp/
*.tmp

# Deployment scripts
redeploy.sh

# Cache
.cache/
.pytest_cache/

# Persistent data directory
data/

# Others
.cursorrules
../.python-version