Files
vibecode-malenia/.gitignore
2026-04-04 21:30:35 +07:00

45 lines
396 B
Plaintext

# Bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environments
.venv/
venv/
env/
.env/
# Environment and secrets
.env
.env.local
*.pem
# Packaging / build
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/
# IDE / editor
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log