# Meta File Server Query Application - Git Ignore File # Combined from Bitbucket template and Python-specific patterns # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment meta-server-venv/ venv/ env/ ENV/ # Flask instance/ .webassets-cache # Environment variables .env .env.local .env.production # IDE .vscode/ .idea/ *.swp *.swo *~ # OS Files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log # Temporary files *.tmp *.temp # Node artifact files (if applicable) node_modules/ # Compiled Java class files *.class # Package files *.jar # Maven target/ # Unit test reports TEST*.xml # Applications *.app *.exe *.war # Large media files *.mp4 *.tiff *.avi *.flv *.mov *.wmv