# Dependencies
python/venv/
python/.venv/
python/__pycache__/
python/**/__pycache__/
python/*.egg-info/
python/dist/
python/build/
typescript/node_modules/
typescript/dist/
java/target/
php/vendor/
dotnet/**/bin/
dotnet/**/obj/
dotnet/**/*.nupkg

# IDE
.idea/
.vscode/
*.iml
.project
.classpath
.settings/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Build artifacts
*.pyc
*.pyo
*.class
*.jar
*.war
