# Python-specific files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
venv/
env/
.venv/
.clean_venv/

# Build and distribution files
build/
dist/
*.egg-info/
*.egg

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

# Environment and configuration files
.env
.env.local
config.ini
settings.ini

# Logs and temporary files
*.log
logs/
*.tmp
*.temp

# System files
.DS_Store
Thumbs.db

# Testing and coverage files
.pytest_cache/
.coverage
htmlcov/

# Miscellaneous
.ipynb_checkpoints/
*.so
*.dll
.pypirc
Archive/
/archive_docs
/debug_scripts
/anpe_test_outputs*
/tests/feature/cli_output