webscraper/.gitignore
paprykdev 388964d497
Some checks are pending
Docker Image CI / build (push) Waiting to run
feat: scraper for monet arts
Signed-off-by: paprykdev <58005447+paprykdev@users.noreply.github.com>
2024-12-18 01:41:12 +01:00

39 lines
373 B
Plaintext

# Ignore Python bytecode files
*.pyc
*.pyo
__pycache__/
# Ignore virtual environment directories
.venv/
venv/
env/
# Ignore system files
.DS_Store
Thumbs.db
# Ignore log files
*.log
# Ignore temporary files
*.tmp
*.swp
# Ignore output files
dist/
build/
*.egg-info/
# Ignore environment files
.env
# IDE files
.idea/
.vscode/
# Images
images/
# example
example.py